-
I have two prodicates : Predicate<CategoryModel> predicate1 = NavigationCategoryModel.class::isInstance; Predicate<CategoryModel> predicate2 = BrandCategoryModel.class::isInstance; With and if statement , how can …
- 401 views
- 3 answers
- 0 votes
I have two prodicates : Predicate<CategoryModel> predicate1 = NavigationCategoryModel.class::isInstance; Predicate<CategoryModel> predicate2 = BrandCategoryModel.class::isInstance; With and if statement , how can …